projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbab040
)
Might as well optimize the windows build.
author
robertl
<robertl>
Wed, 18 Sep 2002 21:25:52 +0000
(21:25 +0000)
committer
robertl
<robertl>
Wed, 18 Sep 2002 21:25:52 +0000
(21:25 +0000)
mingw/Makefile
patch
|
blob
|
history
diff --git
a/mingw/Makefile
b/mingw/Makefile
index 228b9c309f2f43380292165d335ac9c846a00cfc..b473b1fdb18b150a485b96de1c26f6e36b2564d5 100644
(file)
--- a/
mingw/Makefile
+++ b/
mingw/Makefile
@@
-1,9
+1,10
@@
-CC=/home/robertl/cross-tools/bin/i386-mingw32msvc-gcc
-Iinclude -I../coldsync
+CC=/home/robertl/cross-tools/bin/i386-mingw32msvc-gcc
VPATH=..
gpsbabel.exe:
include ../Makefile
+CFLAGS=-Iinclude -I../coldsync -O
gpsbabel.exe: $(OBJS)
$(CC) -static $(CFLAGS) $(OBJS) lib/libexpat.a -o gpsbabel.exe